home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / src / pdinq / getdate / README.ms < prev    next >
Encoding:
Text File  |  1993-03-15  |  673 b   |  25 lines

  1. The C library routine getdate(3) should be put in /lib/libc.a:
  2. .DS
  3.     make install
  4.     make clean
  5. .DE
  6. The manual page getdate.3 may be put in /sys/man/man3/getdate.3.
  7. .PP
  8. News uses getdate to decipher user specified dates.
  9. The current implementation is rather primitive (and bulky).
  10. It is hoped that a future version of getdate
  11. (or something like it)
  12. will become a common date input routine
  13. for commands such as date(1), at(1), and calendar(1).
  14. .PP
  15. Those sites that do not want to put getdate.o in 'libc.a'
  16. should put getdate.o in the news subdirectory
  17. and change the news makefile line which creates the news program:
  18. .DS
  19. cc ... -o news
  20. .DE
  21. to
  22. .DS
  23. cc ... getdate.o -o news
  24. .DE
  25.